<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.up-1,.up-2,.up-3,.up-4 {
  display: inline-block;
  line-height: 14px;
  font-size: 14px;
  text-align: center;
  padding: 5px;
}
.up-1,.up-3 {
  background-color: rgba(219, 0, 26, 0.1);
  color:  rgb(219, 0, 26);
}
.up-2 {
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(219, 0, 26);
  color: rgb(219, 0, 26);
}
.up-3,.up-4 {
  border-radius: 4px;
}
.up-3 {
  border-width: 1px;
  border-style: solid;
  border-color: rgb(219, 0, 26); 
}
.up-4 {
  background-color:rgb(219, 0, 26) ;
  color: #fff;
}
.up-top {
  vertical-align: top;
  margin-right: 4px;
}</pre></body></html>